STEP 11: Notice that editor is blank after revealed_message. Time to use our new loop!
Remember, commands that are INSIDE a loop have a purple block next to them, like this: ····
- Click on the LOGIC tab and then go to . Drag out Loop through String.
- Change the string we're looping through from "word" to secret_message.
- In SUBJECT, go to and drag out Decode Letter . Drop it so that it's INSIDE the for loop.
To navigate the page using the TAB key, first press ESC to exit the code editor.